home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / lotus / lotus025.dsk / WPERRORS.LSS < prev   
Text File  |  1995-11-09  |  758b  |  17 lines

  1. ' WordPro Error Constants' Copyright 1995 Lotus Development Corp.
  2.  
  3. option public
  4.  
  5.  Const LoiErrFileNotCreated                     = 7501
  6.  Const LoiErrOperationCanceled                  = 7502
  7.  Const LoiErrCouldNotSave                       = 7504
  8.  Const LoiErrNameNotFound                       = 7505
  9.  Const LwpErrCopyFailed                         = 7001
  10.  Const LwpErrCutFailed                          = 7002
  11.  Const LwpErrUndoFailed                         = 7003
  12.  Const LwpErrPasswordProtected                  = 7004
  13.  Const LwpErrSetPropFailed                      = 7005
  14.  Const LwpErrNotSupported                       = 7006
  15.  Const LwpErrPrintFailed                        = 7007
  16.  Const LwpErrDoccontrolProtected                = 7008
  17.